Building Cougar
In order to build Cougar you need the following pre-reqs installed and setup:
* JDK 1.7 or JDK 1.8 (Sun or OpenJDK)
* Maven 3
Next up you need to Git clone the Cougar source:
* git clone https://github.com/betfair/cougar.git
And now you can run Maven:
$ mvn install