Go to https://bosh.io/docs/bosh-lite.html and install BOSH Lite on your local machine.
wget https://github.com/concourse/concourse/releases/download/v3.6.0/concourse-lite.yml
bosh create-env concourse-lite.yml
git clone https://github.com/difoul/a9s-cncourse-ci.git
Update the file vars.yml
cd a9s-cncourse-ci
vi var.yml
cf_user: <YOUR_CF_USERNAME>
cf_password: <YOUR_CF_PASSWORD>
cf_space: <CF_SPACE>
cf_org: <CF_ORG>