\documentclass{book}
\usepackage{tocloft}
\renewcommand{\cftchappresnum}{\MakeUppercase{\chaptername}~}
\renewcommand{\cftchapaftersnumb}{\qquad}
\renewcommand{\cftchapfont}{\bfseries}
\renewcommand{\cftchappagefont}{\bfseries}
\renewcommand{\cftchapaftersnum}{:}
\setlength{\cftchapnumwidth}{7em}
\renewcommand{\cftsecindent}{6.1em}
\setlength{\cftsecnumwidth}{3.3em}
\renewcommand{\cftsubsecindent}{6.1em}
\setlength{\cftsubsecnumwidth}{3.3em}
\begin{document}
\tableofcontents
\chapter{Test chapter one}
\section{Test section one one}
\section{Test section one two}
\subsection{Test subsection one two one}
\subsection{Test section one two two}
\section{Test section one three}
\end{document}