You can use maven
git clone https://github.com/earandes/banking-kata.git
Open as prexisting project in your favorite IDE and choose maven nature
To execute the tests either run mvn test
or run the tests from the IDE you are using
This repo was tested with idea, if you encounter problems please open a issue or send a pull request.
Have fun!